[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PAGEOFF

 Function
  Turn off the SysOp paged indicator (flashing p on status line)

 Syntax
  PAGEOFF   No arguments are required

 Remarks
  One of the features of PCBoard where change is often requested is the
  operator page facility.  Some people want to be able to configure
  multiple ranges of availability per day, some want a different sounding
  page bell, longer or shorter page attempts, etc, etc.  This statement,
  along with CHAT, PAGEON and PAGESTAT(), allow you to implement an
  operator page in any way desired.

 Examples
  PAGEON
  FOR i = 1 TO 10
   PRINT "@BEEP@"
   DELAY 18
   IF (KINKEY() = " ") THEN
    PAGEOFF
    SHELL TRUE,i,"SUPERCHT",""
    GOTO exit
   ENDIF
  NEXT
  :exit

See Also: CHAT PAGEON PAGESTAT()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson